gtk-demo: Add more detail to the dnd demo text
authorMatthias Clasen <mclasen@redhat.com>
Mon, 14 Sep 2020 21:49:16 +0000 (17:49 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 14 Sep 2020 21:49:16 +0000 (17:49 -0400)
demos/gtk-demo/dnd.c

index 83e6e923590f37d56a04c2524565f28b85886402..2cdca577d9a126e70a92eafd2eb5f6203837c6d1 100644 (file)
@@ -1,8 +1,12 @@
 /* Drag-and-Drop
+ * #Keywords: dnd, menu, popover, gesture
  *
  * This demo shows dragging colors and widgets.
  * The items in this demo can be moved, recolored
  * and rotated.
+ *
+ * The demo also has an example for creating a
+ * menu-like popover without using a menu model.
  */
 
 #include <gtk/gtk.h>